pygrub: correct typo in --args assignment
authorOlaf Hering <olaf@aepfle.de>
Tue, 9 Oct 2012 08:18:42 +0000 (09:18 +0100)
committerOlaf Hering <olaf@aepfle.de>
Tue, 9 Oct 2012 08:18:42 +0000 (09:18 +0100)
commit8e19000995c69250aa60bf40bfd7f158a4894d44
treeaeb0549c02b26563348ae473b2e1e03282d95ce0
parent3d30a2684b1ce7210ca5331ea1497f18c5675ffe
pygrub: correct typo in --args assignment

If pygrub was called with --args="some thing", then this string should
be append to the kernel command line.  But the last changeset
25941:795c493fe561 contained a typo, it assigns 'args' instead of 'arg'.

Rename the local variable which holds the string from the domain config
file to avoid further confusion.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/pygrub/src/pygrub